AttrTraceAttributes

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

AttrTraceAttributes()  

SYNOPSIS

misc_lib/miscattr.c:488

IPAttributeStruct *AttrTraceAttributes(IPAttributeStruct *TraceAttrs,
                                       IPAttributeStruct *FirstAttrs)
 

DESCRIPTION

Routine to aid in scanning a list of attributes. If TraceAttrs != NULL, a ptr to its attribute list is saved and the next attribute is returned every call until the end of the list is reached, in which NULL is returned. FirstAttrs should be NULL in all but the first call in the sequence. Attributes with names starting with an underscore '_' are assumed to be temporary or internal and are skipped.  

PARAMETERS:

TraceAttrs: If not NULL, contains the previously returned attribute.

FirstAttrs: First attribute in list, usually NULL in all but the first invokation in a psuence.  

FUNCTION RETURN VALUE

IPAttributeStruct *: Next attribute in list.

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:27:17 GMT, October 17, 2022